futrime is a small, developer-focused software publisher whose open-source catalog centers on a lightweight package-management ecosystem created for Windows users who prefer command-line efficiency. The flagship product, lip, acts as a general-purpose package installer able to fetch, verify, and unpack archives from any configured repository, eliminating the need for multiple vendor-specific installers during initial machine setup or CI workflows. Accompanying it is lipd, a quietly running RPC daemon that exposes local installation events and repository metadata to other processes, enabling GUI front-ends, automation scripts, or enterprise tools to query package states and trigger unattended upgrades without elevated privileges. Together the pair supports scenarios ranging from rapid deployment of hobby game engines, scripting language runtimes, and portable utilities on student laptops, to maintaining standardized toolchains across lab machines or cloud build agents. Because both utilities adhere to a strict no-telemetry policy and store manifests in plain JSON, administrators can mirror private repositories, audit dependency trees offline, and roll back versions by simply swapping folders. The publisher’s entire portfolio is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always resolving to the newest release and allowing several applications to be installed in one batch operation.

lip

A general package installer

Details
lipd

The RPC daemon for lip

Details